Web Storage
interface WebStorage
An HTML WebStorage.
Provides access to the session storage or local storage for a particular document on the loaded web page. Allows you to add, modify, or delete the stored items.
Since
7.1
Functions
Link copied to clipboard
Returns the value associated with the given key if it exists in the storage.
Link copied to clipboard
Removes the item with the specified
key
from the storage.